From: Vincent Tremblay Date: Tue, 17 Jan 2023 22:02:08 +0000 (-0500) Subject: luci-app-advanced-reboot: add support for Linksys WHW03 v2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e8444b8b9330aa54e88d58f04514af42e4a7ffce;p=project%2Fluci.git luci-app-advanced-reboot: add support for Linksys WHW03 v2 Signed-off-by: Vincent Tremblay (cherry picked from commit 10e438fabf755d24a0ed6eade897da52eef8c568) --- diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json new file mode 100644 index 0000000000..d7ab710c82 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "WHW03 V2 (Velop)", + "boardNames": [ "linksys-whw03v2", "linksys,whw03v2" ], + "partition1MTD": "mtd9", + "partition2MTD": "mtd11", + "labelOffset": 192, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +}